home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Nugget cry.";
- }
- if(_root.micon._currentframe == 33 && _root.range == true)
- {
- _root.micon.gotoAndStop(1);
- _root.txt_number = 3;
- _root.next_dis3 = 4;
- _root.di3 = 65;
- _root.next_txt3 = "Thanks Hewitt. I\'m full of energy now! Ready to dance?";
- _root.next_dis2 = 2;
- _root.di2 = 66;
- _root.next_txt2 = "Lets do this.";
- _root.di1 = 67;
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I donΓÇÖt think he would appreciate that too much.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "ThatΓÇÖs Nugget. I had a class with him last year.";
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk1 == 0)
- {
- _root.talk1 = 1;
- _root.txt_number = 5;
- _root.next_dis5 = 4;
- _root.di5 = 50;
- _root.next_txt5 = "Hey, Hewitt. Are you going to the dance tonight?";
- _root.next_txt4 = "If only I can find a date...";
- _root.di4 = 51;
- _root.next_dis4 = 2;
- _root.next_txt3 = "A little trouble with the ladies?";
- _root.di3 = 52;
- _root.next_dis3 = 4;
- _root.next_txt2 = "Err… You could say that...";
- _root.di2 = 53;
- _root.next_dis2 = 2;
- _root.next_txt1 = "Well good luck with that. Come back if you need anything.";
- _root.di1 = 54;
- _root.next_dis1 = 4;
- }
- else if(_root.talk1 == 1 && (_root.talk9 < 2 && _root.even30 <= 1 || _root.talk9 == 2 && _root.even30 == 0))
- {
- _root.txt_number = 3;
- _root.next_dis3 = 4;
- _root.di3 = 55;
- _root.next_txt3 = "How is the quest to find a date going?";
- _root.next_txt2 = "You think ItΓÇÖs not too late to pretend IΓÇÖm sick today?";
- _root.di2 = 56;
- _root.next_dis2 = 2;
- _root.next_txt1 = "That bad Huh?";
- _root.di1 = 57;
- _root.next_dis1 = 4;
- }
- else if(_root.talk1 == 1)
- {
- _root.talk1 = 2;
- _root.txt_number = 2;
- _root.next_txt2 = "Hey nugget, I heard that you\'re a pro dancer, do you think you can teach me to dance?";
- _root.di2 = 58;
- _root.next_dis2 = 2;
- _root.next_txt1 = "Sorry Hewitt, I\'m way too tired right now!";
- _root.di1 = 59;
- _root.next_dis1 = 4;
- }
- else
- {
- _root.next_txt1 = "I cant talk now Hewitt, I have no energy left.";
- _root.di1 = 60;
- _root.next_dis1 = 4;
- }
- }
- }
- }
-